home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000283_news@columbia.edu_Mon Sep 4 03:27:07 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07520
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 3 Sep 1995 23:54:20 -0400
  3. Received: by apakabar.cc.columbia.edu id AA03654
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 3 Sep 1995 23:54:18 -0400
  5. Path: news.columbia.edu!panix!news.mathworks.com!news.kei.com!travelers.mail.cornell.edu!newstand.syr.edu!usenet
  6. From: vefatica@syr.edu (Vincent Fatica)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: File Transfer
  9. Date: Mon, 04 Sep 1995 03:27:07 GMT
  10. Organization: Syracuse University
  11. Lines: 28
  12. Message-Id: <42drgq$efp@newstand.syr.edu>
  13. References: <702050560wnr@cddc.demon.co.uk> <42dqug$eb7@newstand.syr.edu>
  14. Reply-To: vefatica@syr.edu
  15. Nntp-Posting-Host: sudial-131.syr.edu
  16. X-Newsreader: Forte Free Agent 1.0.82
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. vefatica@syr.edu (Vincent Fatica) wrote:
  20.  
  21. >define bsend asg \%9 \ffiles(\%1),-
  22. >  if = 0 \%9 end 1 {\?File not found},-
  23. >  set file type binary, set delay 1, apc receive,-
  24. >  if = 1 \%9 send \%1 \%2,-
  25. >  else send \%1
  26.  
  27. >For example, I would tell the remote (UNIX) Kermit to:
  28.  
  29. >    bsend file1 file2 file3
  30.  
  31. And in so writing, goofed! The macro allows for the use of wildcards. When
  32. no wildcards are used, the second argument (not required) allows you to
  33. specify a name for the lone received file. Examples:
  34.  
  35. bsend report.*
  36. bsend report.may
  37. bsend report.may may-95.rpt
  38.  
  39.  - Vince
  40.  
  41. *************************************
  42.    Vincent Fatica
  43.    Syracuse University Mathematics
  44.    vefatica@syr.edu
  45. *************************************
  46.